home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / dream / setup.exe / {app} / dreamcalc.exe / 0 / RCDATA / TDCTAXCONFIGFORM / TDCTAXCONFIGFORM.txt
Encoding:
Text File  |  2004-05-22  |  3.4 KB  |  161 lines

  1. object DcTaxConfigForm: TDcTaxConfigForm
  2.   Left = 311
  3.   Top = 282
  4.   BorderStyle = bsDialog
  5.   Caption = 'Config Tax Rates'
  6.   ClientHeight = 218
  7.   ClientWidth = 301
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   OnHide = FormHide
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 177
  25.     Width = 301
  26.     Height = 41
  27.     Align = alBottom
  28.     BevelInner = bvRaised
  29.     BevelOuter = bvLowered
  30.     TabOrder = 1
  31.     OnMouseMove = ULOff
  32.     object Panel2: TPanel
  33.       Left = 49
  34.       Top = 2
  35.       Width = 250
  36.       Height = 37
  37.       Align = alRight
  38.       BevelOuter = bvNone
  39.       TabOrder = 0
  40.       object OkBtn: TButton
  41.         Left = 6
  42.         Top = 6
  43.         Width = 75
  44.         Height = 25
  45.         Caption = 'OK'
  46.         Default = True
  47.         TabOrder = 0
  48.         OnClick = OkBtnClick
  49.         OnMouseMove = ULOff
  50.       end
  51.       object CanBtn: TButton
  52.         Left = 84
  53.         Top = 6
  54.         Width = 75
  55.         Height = 25
  56.         Cancel = True
  57.         Caption = 'Cancel'
  58.         ModalResult = 2
  59.         TabOrder = 1
  60.         OnMouseMove = ULOff
  61.       end
  62.       object HelpBtn: TButton
  63.         Left = 162
  64.         Top = 6
  65.         Width = 75
  66.         Height = 25
  67.         Caption = 'Help'
  68.         TabOrder = 2
  69.         OnClick = HelpBtnClick
  70.         OnMouseMove = ULOff
  71.       end
  72.     end
  73.   end
  74.   object Panel3: TPanel
  75.     Left = 0
  76.     Top = 0
  77.     Width = 301
  78.     Height = 177
  79.     Align = alClient
  80.     BevelInner = bvLowered
  81.     BevelOuter = bvLowered
  82.     TabOrder = 0
  83.     OnMouseMove = ULOff
  84.     object Label1: TLabel
  85.       Left = 8
  86.       Top = 12
  87.       Width = 104
  88.       Height = 13
  89.       Caption = 'Tax Rate List Settings'
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clWindowText
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = []
  95.       ParentFont = False
  96.       OnMouseMove = ULOff
  97.     end
  98.     object Label3: TLabel
  99.       Left = 179
  100.       Top = 98
  101.       Width = 111
  102.       Height = 13
  103.       Alignment = taRightJustify
  104.       Caption = 'Value out of Range'
  105.       Font.Charset = DEFAULT_CHARSET
  106.       Font.Color = clRed
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = [fsBold]
  110.       ParentFont = False
  111.       OnMouseMove = ULOff
  112.     end
  113.     object Label2: TLabel
  114.       Left = 10
  115.       Top = 118
  116.       Width = 279
  117.       Height = 35
  118.       AutoSize = False
  119.       Caption = 'Click OK to Confirm'
  120.       WordWrap = True
  121.       OnMouseMove = ULOff
  122.     end
  123.     object WebLabel: TLabel
  124.       Left = 10
  125.       Top = 152
  126.       Width = 49
  127.       Height = 13
  128.       Cursor = crHandPoint
  129.       Caption = 'WebLabel'
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = clBlue
  132.       Font.Height = -11
  133.       Font.Name = 'MS Sans Serif'
  134.       Font.Style = []
  135.       ParentFont = False
  136.       ShowAccelChar = False
  137.       Transparent = True
  138.       OnClick = WebLabelClick
  139.       OnMouseMove = WebLabelMouseMove
  140.     end
  141.     object Memo: TMemo
  142.       Left = 8
  143.       Top = 30
  144.       Width = 283
  145.       Height = 63
  146.       TabOrder = 0
  147.       WantReturns = False
  148.       OnChange = MemoChange
  149.       OnEnter = MemoChange
  150.       OnMouseMove = ULOff
  151.     end
  152.   end
  153.   object Poller: TTimer
  154.     Enabled = False
  155.     Interval = 100
  156.     OnTimer = PollerTimer
  157.     Left = 136
  158.     Top = 128
  159.   end
  160. end
  161.